

include	"scrollbar-styles"
include	"global-styles"
include "../pixmaps/icon-styles"

style "theme-tooltips"
{
	fg[NORMAL]="#000000"
	bg_pixmap[NORMAL]="pat.png"
}

style "range"
{
engine "pixmap"
{

	image
	{

		function	= BOX
		file		= "/range/trough-horiz.png"
		border		= { 0 , 0 ,9 ,9}
		stretch		= TRUE
		orientation	= HORIZONTAL
	}



	image
	{

		function	= BOX
		file		= "/range/trough-vert.png"
		border		= { 9 , 9 ,0 ,0}
		stretch		= TRUE
		orientation	= VERTICAL
	}


	image
	{

		function	= SLIDER
		recolorable	= TRUE
		state		= NORMAL
		file		= "/range/null.png"
		border		= { 0 , 0 ,0 ,0}
		stretch		= TRUE
		overlay_file	= "/range/slider-horiz.png"
		overlay_stretch	= FALSE
		orientation	= HORIZONTAL
	}

	image
	{

		function	= SLIDER
		recolorable	= TRUE
		state		= PRELIGHT
		file		= "/range/null.png"
		border		= { 0 , 0 ,0 ,0}
		stretch		= TRUE
		overlay_file	= "/range/slider-horiz-pre.png"
		overlay_stretch	= FALSE
		orientation	= HORIZONTAL
	}

	image
	{

		function	= SLIDER
		recolorable	= TRUE
		state		= INSENSITIVE
		file		= "/range/null.png"
		border		= { 0 , 0 ,0 ,0}
		stretch		= TRUE
		overlay_file	= "/range/slider-horiz.png"
		overlay_stretch	= FALSE
		orientation	= HORIZONTAL
	}

	image
	{

		function	= SLIDER
		recolorable	= TRUE
		state		= NORMAL
		file		= "/range/null.png"
		border		= { 0 , 0 ,0 ,0}
		stretch		= TRUE
		overlay_file	= "/range/slider-vert.png"
		overlay_stretch	= FALSE
		orientation	= VERTICAL
	}

	image
	{

		function	= SLIDER
		recolorable	= TRUE
		state		= PRELIGHT
		file		= "/range/null.png"
		border		= { 0 , 0 ,0 ,0}
		stretch		= TRUE
		overlay_file	= "/range/slider-vert-pre.png"
		overlay_stretch	= FALSE
		orientation	= VERTICAL
	}

	image
	{

		function	= SLIDER
		recolorable	= TRUE
		state		= INSENSITIVE
		file		= "/range/null.png"
		border		= { 0 , 0 ,0 ,0}
		stretch		= TRUE
		overlay_file	= "/range/slider-vert.png"
		overlay_stretch	= FALSE
		orientation	= VERTICAL
	}

}

}



style "progressbar" = "default"
{
xthickness = 2
ythickness = 2

bg[PRELIGHT] = "#FFFFFF"
fg[PRELIGHT] = "#FFFFFF"



engine "pixmap"
{

	image
	{

		function	= BOX
		recolorable	= TRUE
		detail		= "trough"
		file		= "/progressbar/trough-progressbar-horiz.png"
		border		= { 1 , 1 , 1 , 1}
		stretch		= TRUE
		orientation	= HORIZONTAL
	}

	image
	{

		function	= BOX
		recolorable	= TRUE
		detail		= "trough"
		file		= "/progressbar/trough-progressbar-vert.png"
		border		= { 1 , 1 , 1 , 1}
		stretch		= TRUE
		orientation	= VERTICAL
	}

	image
	{

		function	= BOX
		recolorable	= FALSE
		detail		= "bar"
		file		= "/progressbar/progressbar-horiz.png"
		border		= { 0 , 0 , 0 , 0}
		stretch		= FALSE
		#tile		= TRUE
		orientation	= HORIZONTAL
	}


	image
	{

		function	= BOX
		recolorable	= FALSE
		detail		= "bar"
		file		= "/progressbar/progressbar-vert.png"
		border		= { 0 , 0 , 0 , 0}
		stretch		= FALSE
		orientation	= VERTICAL
	}
}
}


style	"menusep"
{
	GtkWidget::wide-separators = 1
	GtkWidget::separator-height = 7

	engine	"pixmap"
		{
		image
			{
			function=BOX
			file="menusep.png"
			stretch=TRUE
			border={ 0, 0, 0, 0 }
			recolorable=TRUE
			}
		}
}

style	"menuitem"
{
fg[NORMAL]="#ffffff"
fg[SELECTED]="#FFFFFF"
fg[ACTIVE]="#FFFFFF"
fg[PRELIGHT]="#FFFFFF"
text[NORMAL]="#FFFFFF"
text[SELECTED]="#FFFFFF"
text[ACTIVE]="#FFFFFF"
text[PRELIGHT]="#FFFFFF"
	#bg_pixmap[NORMAL]="menuitem.png"
	engine	"pixmap"
	{
		image
			{
			function=BOX
			file="menuitem.png"
			stretch=TRUE
			recolorable=TRUE
			}
	}
}

style	"menubar"
{
	fg[NORMAL]="#ffffff"
	fg[PRELIGHT]="#a0a0a0"

	engine	"pixmap"
		{
		image
			{
			function=BOX
			file="toolbar1.png"
			border={0,0,0,0}
			stretch=FALSE
			}
		}
	#bg_pixmap[NORMAL]	=	"pat.png"
	#bg_pixmap[ACTIVE]	=	"pat.png"
	#bg_pixmap[SELECTED]	=	"pat.png"
	#bg_pixmap[INSENSITIVE]	=	"pat.png"

}

style	"menu"
{
	fg[NORMAL]="#000000"
	fg[PRELIGHT]="#ffffff"

	bg_pixmap[NORMAL]="MenuFill.png"
}

style	"button"
{

	engine	"pixmap"
		{
		image
			{
			function=BOX
			detail="buttondefault"
			file="button1.png"
			border={10,10,9,11}
			stretch=TRUE
			}
		image
	{
	function	=	BOX
	shadow	=	IN
	state	=	INSENSITIVE
	recolorable	=	TRUE
	file	=	"button0.png"
	border	=	{10,10,9,11}
	stretch	=	TRUE
	}

	image
	{
	function	=	BOX
	state	=	INSENSITIVE
	recolorable	=	TRUE
	file	=	"button0.png"
	border	=	{10,10,9,11}
	stretch	=	TRUE
	}

	
	image
	{
	function	=	BOX
	shadow	=	IN
	state	=	PRELIGHT
	recolorable	=	TRUE
	file	=	"button1.png"
	border	=	{10,10,9,11}
	stretch	=	TRUE
	}

	image
	{
	function	=	BOX
	state	=	PRELIGHT
	recolorable	=	TRUE
	file	=	"button1.png"
	border	=	{10,10,9,11}
	stretch	=	TRUE
	}

	image
	{
	function	=	BOX
	shadow	=	IN
	recolorable	=	TRUE
	file	=	"button2.png"
	border	=	{10,10,9,11}
	stretch	=	TRUE
	}
	
	image
	{
	function	=	BOX
	recolorable	=	TRUE
	file	=	"button1.png"
	border	=	{10,10,9,11}
	stretch	=	TRUE
	}
	
	image
	{
	function	=	FLAT_BOX
	}

	}
}

style	"checkbox"
{
	fg[NORMAL]="#000000"
	fg[PRELIGHT]="#404040"
	fg[ACTIVE]="#000000"

	engine	"pixmap"
	{
	image
	{
	function	=	CHECK
	shadow	=	OUT
	state	=	NORMAL
	recolorable	=	TRUE
	overlay_file	=	"Checkbox0.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	CHECK
	shadow	=	OUT
	state	=	PRELIGHT
	recolorable	=	TRUE
	overlay_file	=	"Checkbox0.png"
	overlay_stretch	=	FALSE
	}
	
	image
	{
	function	=	CHECK
	shadow	=	OUT
	state	=	ACTIVE
	recolorable	=	TRUE
	overlay_file	=	"Checkbox4.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	CHECK
	shadow	=	OUT
	state	=	INSENSITIVE
	recolorable	=	TRUE
	overlay_file	=	"Checkbox3.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	CHECK
	shadow	=	IN
	state	=	NORMAL
	recolorable	=	TRUE
	overlay_file	=	"Checkbox1.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	CHECK
	shadow	=	IN
	state	=	PRELIGHT
	recolorable	=	TRUE
	overlay_file	=	"Checkbox1.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	CHECK
	shadow	=	IN
	state	=	ACTIVE
	recolorable	=	TRUE
	overlay_file	=	"Checkbox4.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	CHECK
	shadow	=	IN
	state	=	INSENSITIVE
	recolorable	=	TRUE
	overlay_file	=	"Checkbox2.png"
	overlay_stretch	=	FALSE
	}
	
	image
	{
	function	=	FLAT_BOX
	}

	}
}

style	"radiobox"
{
	fg[NORMAL]="#000000"
	fg[PRELIGHT]="#404040"
	fg[ACTIVE]="#000000"

	engine	"pixmap"
	{
	image
	{
	function	=	OPTION
	shadow	=	OUT
	state	=	NORMAL
	recolorable	=	TRUE
	overlay_file	=	"RadioButton0.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	OPTION
	shadow	=	OUT
	state	=	PRELIGHT
	recolorable	=	TRUE
	overlay_file	=	"RadioButton0.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	OPTION
	shadow	=	OUT
	state	=	ACTIVE
	recolorable	=	TRUE
	overlay_file	=	"RadioButton4.png"
	overlay_stretch	=	FALSE
	}



	image
	{
	function	=	OPTION
	shadow	=	OUT
	state	=	INSENSITIVE
	recolorable	=	TRUE
	overlay_file	=	"RadioButton3.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	OPTION
	shadow	=	IN
	state	=	NORMAL
	recolorable	=	TRUE
	overlay_file	=	"RadioButton1.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	OPTION
	shadow	=	IN
	state	=	PRELIGHT
	recolorable	=	TRUE
	overlay_file	=	"RadioButton1.png"
	overlay_stretch	=	FALSE
	}

	image
	{
	function	=	OPTION
	shadow	=	IN
	state	=	INSENSITIVE
	recolorable	=	TRUE
	overlay_file	=	"RadioButton2.png"
	overlay_stretch	=	FALSE
	}
	
	image
	{
	function	=	FLAT_BOX
	}

	}
}

style "toolbar"
{
xthickness = 2
ythickness = 0

fg [NORMAL] = "#000000"
fg [PRELIGHT] = "#000000"
fg [ACTIVE] = "#000000"
text [NORMAL] = "#000000"

engine "pixmap"
{
	image
	{
		function	= BOX
		file		= "toolbar.png"
		border		= {0,0,0,0}
		stretch		= TRUE
	}


}

}


#class	"GtkContainer"	style	"default"
class	"GtkDialog"		style	"feardialog"
class	"GtkWidget"		style	"feardefault"
class	"GtkMenuItem"		style	"menuitem"
widget_class	"*GtkMenu*"		style	"menu"
#class	"GtkMenuBar"		style	"menubar"
widget_class	"*GtkMenuBar*"		style	"menubar"

#widget_class	"*GtkToolbar*"	style	"menubar"

class	"GtkButton"		style	"button"
widget_class	"*GtkCheckButton*"	style	"checkbox"
widget_class	"*GtkRadioButton*"	style	"radiobox"

class "GtkScrollbar"		style	"scrollbar"
class "GtkSeparatorMenuItem"	style "menusep"
class "GtkProgressBar"		style "progressbar"
class "GtkRange"		style "range"
widget "gtk-tooltips*"		style "theme-tooltips"
widget "gtk-tooltip*"		style "theme-tooltips"


